-
-
Notifications
You must be signed in to change notification settings - Fork 748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed memory leak caused by query variables (#5383) #5569
Conversation
Thank you for your help! Appreciate it. I will do a review tonight and then we will do a new build for 12. |
@michaelstaib did this go into a version 12 release? |
@michaelstaib - actually ignore my previous comment - I have been doing further testing with the new fix and the issue still exists due to it not handling List<KeyValuePair<string, object?>> which is what the Formatter generates. I will see if I can create a commit on this branch and a separate one for version 13. |
add handling for List<KeyValuePair<string, object?>> variables
Update ComparisonHelper.cs
We are not fixing this anymore in version 12 ... with version 13.1 there is now no more reason to not upgrade. |
This backports #5383 to version 12.